How to Install libantlr3c-dev software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install libantlr3c-dev software package in Ubuntu 12.04 LTS (Precise Pangolin)

libantlr3c-dev software package provides ANTLR v3 parser generator C runtime [development files], you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libantlr3c-dev 

libantlr3c-dev is installed in your system.

Make ensure the libantlr3c-dev package were installed using the commands given below,

$ sudo dpkg-query -l | grep libantlr3c-dev *

You will get with libantlr3c-dev package name, version, architecture and description in a table

libantlr3c-dev package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Library development
Package libantlr3c-dev
Version 3.2-2build1
Description ANTLR v3 parser generator C runtime [development files]
Sub Section libdevel


See Also, How to uninstall or remove libantlr3c-dev software package from Ubuntu 12.04 LTS (Precise Pangolin)?